xen/arm: traps: Replace p2m_lookup(..., ..., NULL) by gfn_to_mfn(..., ...)
authorJulien Grall <julien.grall@arm.com>
Tue, 13 Jun 2017 16:13:12 +0000 (17:13 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Thu, 15 Jun 2017 23:54:41 +0000 (16:54 -0700)
commit67c3ca7a7795f0ca31e3733ec6ae9716157e2726
tree5cb5d9015015c0400c0282c651601b069bbc5fde
parent38426987b6a132b39d7504961bbe8a385df6ec37
xen/arm: traps: Replace p2m_lookup(..., ..., NULL) by gfn_to_mfn(..., ...)

gfn_to_mfn is a wrapper of p2m_lookup which does not return the
p2m_type.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/traps.c